home *** CD-ROM | disk | FTP | other *** search
- import java.awt.Event;
- import java.io.DataInputStream;
-
- public class bob13 extends bob {
- // $FF: renamed from: x double
- public double field_0;
- // $FF: renamed from: y double
- public double field_1;
-
- public bob13(double var1, double var3) {
- this.field_0 = var1;
- this.field_1 = var3;
- }
-
- public bob13() {
- }
-
- // $FF: renamed from: rd (java.io.DataInputStream) void
- public void method_0(DataInputStream var1) {
- try {
- this.field_0 = var1.readDouble();
- this.field_1 = var1.readDouble();
- } catch (Exception var3) {
- }
-
- }
-
- // $FF: renamed from: he (java.awt.Event) void
- public void method_1(Event var1) {
- switch (var1.id) {
- case 1:
- bob13 var2 = (bob13)var1.arg;
- this.field_0 = var2.field_0;
- this.field_1 = var2.field_1;
- ((bob)this).ce(this, 4);
- break;
- case 2:
- this.field_0 = ((bob10)var1.arg).value;
- ((bob)this).ce((bob10)var1.arg, 5);
- break;
- case 3:
- this.field_1 = ((bob10)var1.arg).value;
- ((bob)this).ce((bob10)var1.arg, 6);
- break;
- case 4:
- ((bob)this).ce(this, 1);
- break;
- case 5:
- ((bob)this).ce(new bob10(this.field_0), 2);
- break;
- case 6:
- ((bob)this).ce(new bob10(this.field_1), 3);
- }
-
- }
- }
-